[INFO] cloning repository https://github.com/noorllpori/Ts3EzApi
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/noorllpori/Ts3EzApi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoorllpori%2FTs3EzApi", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoorllpori%2FTs3EzApi'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f0e48d88abb10a2c051ffb6fc339f228047ff69b
[INFO] checking noorllpori/Ts3EzApi against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnoorllpori%2FTs3EzApi" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/noorllpori/Ts3EzApi
[INFO] finished tweaking git repo https://github.com/noorllpori/Ts3EzApi
[INFO] tweaked toml for git repo https://github.com/noorllpori/Ts3EzApi written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/noorllpori/Ts3EzApi on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/noorllpori/Ts3EzApi already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c14eb7dff59aafb1361d8863c646543e57e2c33eb346d9577a22218b5bf79380
[INFO] running `Command { std: "docker" "start" "c14eb7dff59aafb1361d8863c646543e57e2c33eb346d9577a22218b5bf79380", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c14eb7dff59aafb1361d8863c646543e57e2c33eb346d9577a22218b5bf79380", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c14eb7dff59aafb1361d8863c646543e57e2c33eb346d9577a22218b5bf79380" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c14eb7dff59aafb1361d8863c646543e57e2c33eb346d9577a22218b5bf79380", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c14eb7dff59aafb1361d8863c646543e57e2c33eb346d9577a22218b5bf79380" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking once_cell v1.21.1
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling zerocopy v0.8.23
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking value-bag v1.10.0
[INFO] [stderr]     Checking log v0.4.26
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking base64ct v1.7.3
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling winnow v0.7.4
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]    Compiling indexmap v2.8.0
[INFO] [stderr]     Checking der v0.7.9
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling csv-core v0.1.12
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling time-macros v0.2.21
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling ref-cast v1.0.24
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking subtle-ng v2.5.0
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking curve25519-dalek-ng v4.1.1
[INFO] [stderr]     Checking sha-1 v0.10.1
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking omnom v3.0.0
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking self_cell v1.1.0
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]     Checking dbl v0.3.2
[INFO] [stderr]     Checking clap_builder v4.5.32
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking cmac v0.7.2
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking eax v0.5.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]    Compiling time v0.3.40
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]     Checking writeable v0.5.5
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking litemap v0.7.5
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling openssl-sys v0.9.106
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]     Checking icu_locid_transform_data v1.5.0
[INFO] [stderr]     Checking icu_properties_data v1.5.0
[INFO] [stderr]     Checking icu_normalizer_data v1.5.0
[INFO] [stderr]     Checking utf16_iter v1.0.5
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]     Checking write16 v1.0.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking half v2.5.0
[INFO] [stderr]    Compiling openssl v0.10.71
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking data-encoding v2.8.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking is-terminal v0.4.16
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]    Compiling sdl2-sys v0.37.0
[INFO] [stderr]     Checking event-listener v5.4.0
[INFO] [stderr]    Compiling audiopus_sys v0.2.2
[INFO] [stderr]     Checking event-listener-strategy v0.5.3
[INFO] [stderr]     Checking hostname v0.4.0
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking rustls-pki-types v1.11.0
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking lru-cache v0.1.2
[INFO] [stderr]     Checking resolv-conf v0.7.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]     Checking tokio v1.44.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling t4rust-derive v0.3.1
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling ref-cast-impl v1.0.24
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling git-testament-derive v0.2.1
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]     Checking git-testament v0.2.6
[INFO] [stderr]     Checking quicklz v0.3.1
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]     Checking clap v4.5.32
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking futures-lite v2.6.0
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling sdl2 v0.37.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking audiopus v0.3.0-rc.0
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking tokio-util v0.7.14
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking h2 v0.4.8
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]     Checking tsproto-packets v0.1.0 (/opt/rustwide/workdir/utils/tsproto-packets)
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:314:7
[INFO] [stdout]     |
[INFO] [stdout] 314 |                     .read_be()
[INFO] [stdout]     |                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:392:35
[INFO] [stdout]     |
[INFO] [stdout] 392 |                 level: (&self.content[129..]).read_be()?,
[INFO] [stdout]     |                                               ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:422:38
[INFO] [stdout]     |
[INFO] [stdout] 422 |         let version = (&self.content[0..]).read_be()?;
[INFO] [stdout]     |                                            ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:429:37
[INFO] [stdout]     |
[INFO] [stdout] 429 |                 timestamp: (&self.content[5..]).read_be()?,
[INFO] [stdout]     |                                                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:450:35
[INFO] [stdout]     |
[INFO] [stdout] 450 |                 level: (&self.content[133..]).read_be()?,
[INFO] [stdout]     |                                               ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:562:55
[INFO] [stdout]     |
[INFO] [stdout] 562 |     pub fn packet_id(&self) -> u16 { (&self.data[8..10]).read_be().unwrap() }
[INFO] [stdout]     |                                                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:569:30
[INFO] [stdout]     |
[INFO] [stdout] 569 |             Some((&self.data[10..12]).read_be().unwrap())
[INFO] [stdout]     |                                       ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:642:27
[INFO] [stdout]     |
[INFO] [stdout] 642 |         let id = (&content[..]).read_be()?;
[INFO] [stdout]     |                                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:650:28
[INFO] [stdout]     |
[INFO] [stdout] 650 |                     from: (&content[2..]).read_be()?,
[INFO] [stdout]     |                                           ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:672:27
[INFO] [stdout]     |
[INFO] [stdout] 672 |                 from: (&content[2..]).read_be()?,
[INFO] [stdout]     |                                       ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:692:33
[INFO] [stdout]     |
[INFO] [stdout] 692 |                     target_id: (&content[5..]).read_be()?,
[INFO] [stdout]     |                                                ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:712:50
[INFO] [stdout]     |
[INFO] [stdout] 712 |                         .map(|i| (&content[channel_off + i * 8..]).read_be())
[INFO] [stdout]     |                                                                    ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:715:49
[INFO] [stdout]     |
[INFO] [stdout] 715 |                         .map(|i| (&content[client_off + i * 2..]).read_be())
[INFO] [stdout]     |                                                                   ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:106:16
[INFO] [stdout]     |
[INFO] [stdout] 106 |               pub fn data(&self) -> &$borrow_name { self.0.borrow_dependent() }
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                           |         ||
[INFO] [stdout]     |                           |         |the same lifetime is hidden here
[INFO] [stdout]     |                           |         the same lifetime is elided here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 114 | / create_buf!(InAudioBuf, InAudio, into_audio;
[INFO] [stdout] 115 | |     InCommandBuf, InCommand, into_command;
[INFO] [stdout] 116 | |     InC2SInitBuf, InC2SInit, into_c2sinit;
[INFO] [stdout] 117 | |     InS2CInitBuf, InS2CInit, into_s2cinit);
[INFO] [stdout]     | |__________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `create_buf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 |             pub fn data(&self) -> &$borrow_name<'_> { self.0.borrow_dependent() }
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:794:14
[INFO] [stdout]     |
[INFO] [stdout] 794 |     pub fn data(&self) -> &S2CInitData { &self.data }
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^
[INFO] [stdout]     |                 |         ||
[INFO] [stdout]     |                 |         |the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 794 |     pub fn data(&self) -> &S2CInitData<'_> { &self.data }
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:801:14
[INFO] [stdout]     |
[INFO] [stdout] 801 |     pub fn data(&self) -> &C2SInitData { &self.data }
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^
[INFO] [stdout]     |                 |         ||
[INFO] [stdout]     |                 |         |the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 801 |     pub fn data(&self) -> &C2SInitData<'_> { &self.data }
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:808:14
[INFO] [stdout]     |
[INFO] [stdout] 808 |     pub fn data(&self) -> &AudioData { &self.data }
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^
[INFO] [stdout]     |                 |         ||
[INFO] [stdout]     |                 |         |the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 808 |     pub fn data(&self) -> &AudioData<'_> { &self.data }
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:906:16
[INFO] [stdout]     |
[INFO] [stdout] 906 |     pub fn header(&self) -> InHeader { InHeader { direction: self.dir, data: self.header_bytes() } }
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 906 |     pub fn header(&self) -> InHeader<'_> { InHeader { direction: self.dir, data: self.header_bytes() } }
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:910:16
[INFO] [stdout]     |
[INFO] [stdout] 910 |     pub fn packet(&self) -> InPacket { InPacket::new(self.dir, &self.data) }
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 910 |     pub fn packet(&self) -> InPacket<'_> { InPacket::new(self.dir, &self.data) }
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking simple_asn1 v0.6.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml v0.8.20
[INFO] [stderr]     Checking hickory-proto v0.24.4
[INFO] [stderr]    Compiling tsproto-structs v0.2.0 (/opt/rustwide/workdir/utils/tsproto-structs)
[INFO] [stdout] warning: unused import: `heck::*`
[INFO] [stdout]  --> utils/tsproto-structs/src/book.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use heck::*;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `heck::*`
[INFO] [stdout]  --> utils/tsproto-structs/src/book_to_messages.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use heck::*;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `heck::*`
[INFO] [stdout]  --> utils/tsproto-structs/src/messages.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use heck::*;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]     Checking env_logger v0.8.4
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]     Checking quickcheck v1.0.3
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> utils/tsproto-structs/src/book.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn get_all_properties(&self) -> impl Iterator<Item = PropId> {
[INFO] [stdout]     |                               ^^^^^                          ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn get_all_properties(&self) -> impl Iterator<Item = PropId<'_>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quickcheck_macros v1.0.0
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking reqwest v0.12.14
[INFO] [stderr]     Checking blocking v1.6.1
[INFO] [stderr]     Checking async-executor v1.13.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.0
[INFO] [stderr]     Checking async-fs v2.1.2
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]     Checking hickory-resolver v0.24.4
[INFO] [stderr]     Checking tungstenite v0.26.2
[INFO] [stderr]     Checking heck v0.5.0
[INFO] [stderr]    Compiling tsproto-types v0.1.0 (/opt/rustwide/workdir/utils/tsproto-types)
[INFO] [stderr]    Compiling ts-bookkeeping v0.1.0 (/opt/rustwide/workdir/utils/ts-bookkeeping)
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:314:7
[INFO] [stdout]     |
[INFO] [stdout] 314 |                     .read_be()
[INFO] [stdout]     |                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:392:35
[INFO] [stdout]     |
[INFO] [stdout] 392 |                 level: (&self.content[129..]).read_be()?,
[INFO] [stdout]     |                                               ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:422:38
[INFO] [stdout]     |
[INFO] [stdout] 422 |         let version = (&self.content[0..]).read_be()?;
[INFO] [stdout]     |                                            ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:429:37
[INFO] [stdout]     |
[INFO] [stdout] 429 |                 timestamp: (&self.content[5..]).read_be()?,
[INFO] [stdout]     |                                                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:450:35
[INFO] [stdout]     |
[INFO] [stdout] 450 |                 level: (&self.content[133..]).read_be()?,
[INFO] [stdout]     |                                               ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:562:55
[INFO] [stdout]     |
[INFO] [stdout] 562 |     pub fn packet_id(&self) -> u16 { (&self.data[8..10]).read_be().unwrap() }
[INFO] [stdout]     |                                                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:569:30
[INFO] [stdout]     |
[INFO] [stdout] 569 |             Some((&self.data[10..12]).read_be().unwrap())
[INFO] [stdout]     |                                       ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:642:27
[INFO] [stdout]     |
[INFO] [stdout] 642 |         let id = (&content[..]).read_be()?;
[INFO] [stdout]     |                                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:650:28
[INFO] [stdout]     |
[INFO] [stdout] 650 |                     from: (&content[2..]).read_be()?,
[INFO] [stdout]     |                                           ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:672:27
[INFO] [stdout]     |
[INFO] [stdout] 672 |                 from: (&content[2..]).read_be()?,
[INFO] [stdout]     |                                       ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:692:33
[INFO] [stdout]     |
[INFO] [stdout] 692 |                     target_id: (&content[5..]).read_be()?,
[INFO] [stdout]     |                                                ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:712:50
[INFO] [stdout]     |
[INFO] [stdout] 712 |                         .map(|i| (&content[channel_off + i * 8..]).read_be())
[INFO] [stdout]     |                                                                    ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:715:49
[INFO] [stdout]     |
[INFO] [stdout] 715 |                         .map(|i| (&content[client_off + i * 2..]).read_be())
[INFO] [stdout]     |                                                                   ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `omnom::ReadExt::read_be(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_be`
[INFO] [stdout]    --> utils/tsproto-packets/src/lib.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tokio-tungstenite v0.26.2
[INFO] [stderr]     Checking async-tungstenite v0.29.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:106:16
[INFO] [stdout]     |
[INFO] [stdout] 106 |               pub fn data(&self) -> &$borrow_name { self.0.borrow_dependent() }
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^
[INFO] [stdout]     |                           |         ||
[INFO] [stdout]     |                           |         |the same lifetime is hidden here
[INFO] [stdout]     |                           |         the same lifetime is elided here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 114 | / create_buf!(InAudioBuf, InAudio, into_audio;
[INFO] [stdout] 115 | |     InCommandBuf, InCommand, into_command;
[INFO] [stdout] 116 | |     InC2SInitBuf, InC2SInit, into_c2sinit;
[INFO] [stdout] 117 | |     InS2CInitBuf, InS2CInit, into_s2cinit);
[INFO] [stdout]     | |__________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `create_buf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 |             pub fn data(&self) -> &$borrow_name<'_> { self.0.borrow_dependent() }
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:794:14
[INFO] [stdout]     |
[INFO] [stdout] 794 |     pub fn data(&self) -> &S2CInitData { &self.data }
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^
[INFO] [stdout]     |                 |         ||
[INFO] [stdout]     |                 |         |the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 794 |     pub fn data(&self) -> &S2CInitData<'_> { &self.data }
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:801:14
[INFO] [stdout]     |
[INFO] [stdout] 801 |     pub fn data(&self) -> &C2SInitData { &self.data }
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^
[INFO] [stdout]     |                 |         ||
[INFO] [stdout]     |                 |         |the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 801 |     pub fn data(&self) -> &C2SInitData<'_> { &self.data }
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:808:14
[INFO] [stdout]     |
[INFO] [stdout] 808 |     pub fn data(&self) -> &AudioData { &self.data }
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^
[INFO] [stdout]     |                 |         ||
[INFO] [stdout]     |                 |         |the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 808 |     pub fn data(&self) -> &AudioData<'_> { &self.data }
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:906:16
[INFO] [stdout]     |
[INFO] [stdout] 906 |     pub fn header(&self) -> InHeader { InHeader { direction: self.dir, data: self.header_bytes() } }
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 906 |     pub fn header(&self) -> InHeader<'_> { InHeader { direction: self.dir, data: self.header_bytes() } }
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> utils/tsproto-packets/src/packets.rs:910:16
[INFO] [stdout]     |
[INFO] [stdout] 910 |     pub fn packet(&self) -> InPacket { InPacket::new(self.dir, &self.data) }
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 910 |     pub fn packet(&self) -> InPacket<'_> { InPacket::new(self.dir, &self.data) }
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking polling v3.7.4
[INFO] [stderr]     Checking async-io v2.4.0
[INFO] [stderr]     Checking async-signal v0.2.10
[INFO] [stderr]     Checking async-global-executor v2.4.1
[INFO] [stderr]     Checking async-net v2.0.0
[INFO] [stderr]     Checking async-process v2.3.0
[INFO] [stderr]     Checking async-std v1.13.1
[INFO] [stderr]     Checking smol v2.0.2
[INFO] [stdout] warning: unused import: `heck::*`
[INFO] [stdout]  --> utils/tsproto-structs/src/book.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use heck::*;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `heck::*`
[INFO] [stdout]  --> utils/tsproto-structs/src/book_to_messages.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use heck::*;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `heck::*`
[INFO] [stdout]  --> utils/tsproto-structs/src/messages.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use heck::*;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `heck::*`
[INFO] [stdout]  --> utils/tsproto-structs/src/book.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use heck::*;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `heck::*`
[INFO] [stdout]  --> utils/tsproto-structs/src/book_to_messages.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use heck::*;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `heck::*`
[INFO] [stdout]  --> utils/tsproto-structs/src/messages.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use heck::*;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> utils/tsproto-structs/src/book.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn get_all_properties(&self) -> impl Iterator<Item = PropId> {
[INFO] [stdout]     |                               ^^^^^                          ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn get_all_properties(&self) -> impl Iterator<Item = PropId<'_>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> utils/tsproto-structs/src/book.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn get_all_properties(&self) -> impl Iterator<Item = PropId> {
[INFO] [stdout]     |                               ^^^^^                          ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn get_all_properties(&self) -> impl Iterator<Item = PropId<'_>> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> utils/tsproto-types/src/lib.rs:149:16
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn as_ref(&self) -> InvokerRef {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn as_ref(&self) -> InvokerRef<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> utils/tsproto-types/src/lib.rs:149:16
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn as_ref(&self) -> InvokerRef {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn as_ref(&self) -> InvokerRef<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tsproto v0.2.0 (/opt/rustwide/workdir/tsproto)
[INFO] [stderr] error: could not compile `ts-bookkeeping` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b66808126f24f2f30898306a881e1676824ea80c/bin/rustc --crate-name ts_bookkeeping --edition=2018 utils/ts-bookkeeping/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac9c5fa82369a42f -C extra-filename=-232f6543e94efcbb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-d8aec028dea2d277.rmeta --extern num_derive=/opt/rustwide/target/debug/deps/libnum_derive-765f9144b9f4f0ff.so --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-3e7aff664eb61dcc.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-f6d7df9d66874b87.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-8a0c8728c82ed73b.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-5d6e6a55dfd88e90.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-4d66452520e86dfd.rmeta --extern tsproto_packets=/opt/rustwide/target/debug/deps/libtsproto_packets-4c6971373ead9a04.rmeta --extern tsproto_types=/opt/rustwide/target/debug/deps/libtsproto_types-e261c03f0c8df8a4.rmeta --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ts-bookkeeping` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b66808126f24f2f30898306a881e1676824ea80c/bin/rustc --crate-name ts_bookkeeping --edition=2018 utils/ts-bookkeeping/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a41dee31ed8b68bc -C extra-filename=-567ed61f28d4632d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-d8aec028dea2d277.rmeta --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-9a529911088d0732.rmeta --extern num_derive=/opt/rustwide/target/debug/deps/libnum_derive-765f9144b9f4f0ff.so --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-3e7aff664eb61dcc.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-0d1a8692dfa724fb.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-f6d7df9d66874b87.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-8a0c8728c82ed73b.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-5d6e6a55dfd88e90.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-4d66452520e86dfd.rmeta --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-1225d24c3e98d82f.rmeta --extern tsproto_packets=/opt/rustwide/target/debug/deps/libtsproto_packets-4c6971373ead9a04.rmeta --extern tsproto_types=/opt/rustwide/target/debug/deps/libtsproto_types-e261c03f0c8df8a4.rmeta --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "c14eb7dff59aafb1361d8863c646543e57e2c33eb346d9577a22218b5bf79380", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c14eb7dff59aafb1361d8863c646543e57e2c33eb346d9577a22218b5bf79380", kill_on_drop: false }`
[INFO] [stdout] c14eb7dff59aafb1361d8863c646543e57e2c33eb346d9577a22218b5bf79380
